home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56194 / 56194.xpi / chrome / topsite.jar / content / js / view.js < prev   
Text File  |  2009-12-30  |  279b  |  10 lines

  1. if (!topsite) var topsite={};
  2.  
  3. topsite.view = function() {
  4.     this.visible = false;    
  5.     this.show = function(){}
  6.     this.hide = function(){}
  7.     this.populate = function(arrTags){alert('in view');}
  8.     this.showTopSite = function(arrTopSite, objState){}
  9.     this.clear = function(){}
  10. }